home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
mint
/
shells
/
tcsh6033.zoo
/
tcsh-603.pl3
/
complete.tcsh
< prev
next >
Wrap
Text File
|
1993-03-12
|
8KB
|
220 lines
#
# $Id: complete.tcsh,v 1.15 1992/10/10 18:17:34 christos Exp $
# example file using the new completion code
#
if ($?tcsh) then
if ($tcsh != 1) then
set rev=$tcsh:r
set rel=$rev:e
set pat=$tcsh:e
set rev=$rev:r
endif
if ($rev > 5 && $rel > 1) then
set complete=1
endif
unset rev rel pat
endif
if ($?complete) then
set noglob
set hosts=(hyperion.ee.cornell.edu phaeton.ee.cornell.edu \
guillemin.ee.cornell.edu theory.tc.cornell.edu \
vangogh.cs.berkeley.edu)
complete rsh n/*/\$hosts/ # argument from list in $hosts
complete ywho n/*/\$hosts/
complete cd p/1/d/ # Directories only
complete chdir p/1/d/
complete pushd p/1/d/
complete popd p/1/d/
complete pu p/1/d/
complete po p/1/d/
complete mkdir p/1/d/
complete rmdir p/1/d/
complete man p/1/c/ # only commands
complete complete p/1/C/
complete uncomplete p/1/C/
complete exec p/1/c/
complete trace p/1/c/
complete strace p/1/c/
complete which p/1/c/
complete where p/1/c/
complete skill p/1/c/
complete dde p/1/c/
complete adb p/1/c/
complete sdb p/1/c/
complete dbx p/1/c/
complete xdb p/1/c/
complete gdb p/1/c/
complete ups p/1/c/
complete set 'c/*=/f/' 'p/1/s/=' 'n/=/f/'
complete unset p/1/s/
complete setenv p/1/e/ # only environment variables
complete unsetenv p/1/e/
complete alias p/1/a/ # only aliases are valid
complete unalias p/1/a/
complete xdvi n/*/f:*.dvi/ # Only files that match *.dvi
complete dvips n/*/f:*.dvi/
complete latex n/*/f:*.tex/
complete tex n/*/f:*.tex/
complete rlogin c/-/"(l 8 e)"/ n/-l/u/ n/*/\$hosts/
complete telnet n/*/\$hosts/
complete su c/-/"(f)"/ n/*/u/
complete xrsh c/-/"(l 8 e)"/ n/-l/u/ n/*/\$hosts/
complete cc c/-I/d/ c/-L/d/ c/-/"(o l c g L I D U)"/ \
n/*/f:*.[coa]/
complete acc c/-I/d/ c/-L/d/ c/-/"(o l c g L I D U)"/ \
n/*/f:*.[coa]/
complete gcc c/-I/d/ c/-L/d/ \
c/-f/"(caller-saves cse-follow-jumps delayed-branch \
elide-constructors expensive-optimizations \
float-store force-addr force-mem inline \
inline-functions keep-inline-functions \
memoize-lookups no-default-inline \
no-defer-pop no-function-cse omit-frame-pointer \
rerun-cse-after-loop schedule-insns \
schedule-insns2 strength-reduce \
thread-jumps unroll-all-loops \
unroll-loops syntax-only all-virtual \
cond-mismatch dollars-in-identifiers \
enum-int-equiv no-asm no-builtin \
no-strict-prototype signed-bitfields \
signed-char this-is-variable unsigned-bitfields \
unsigned-char writable-strings call-saved-reg \
call-used-reg fixed-reg no-common \
no-gnu-binutils nonnull-objects \
pcc-struct-return pic PIC shared-data \
short-enums short-double volatile)"/ \
c/-W/"(all aggregate-return cast-align cast-qual \
comment conversion enum-clash error format \
id-clash-len implicit missing-prototypes \
no-parentheses pointer-arith return-type shadow \
strict-prototypes switch uninitialized unused \
write-strings)"/ \
c/-m/"(68000 68020 68881 bitfield fpa nobitfield rtd \
short c68000 c68020 soft-float g gnu unix fpu \
no-epilogue)"/ \
c/-d/"(D M N)"/ \
c/-/"(f W vspec v vpath ansi traditional \
traditional-cpp trigraphs pedantic x o l c g L \
I D U O O2 C E H B b V M MD MM i dynamic \
nodtdlib static nostdinc undef)"/ \
c/-l/f:*.a/ \
n/*/f:*.{c,C,cc,o,a}/
complete g++ n/*/f:*.{C,cc,o}/
complete CC n/*/f:*.{C,cc,o}/
complete rm n/*/f:^*.{c,cc,C,h,in}/ # Protect precious files
complete vi n/*/f:^*.o/
complete bindkey N/-a/b/ N/-c/c/ n/-[ascr]/'x:<key-sequence>'/ \
n/-[svedl]/n/ c/-[vedl]/n/ c/-/"(a s k c v e d l r)"/ \
n/-k/"(left right up down)"/ p/2-/b/ \
p/1/'x:<key-sequence or option>'/
complete find n/-fstype/"(nfs 4.2)"/ n/-name/f/ \
n/-type/"(c b d f p l s)"/ n/-user/u/ n/-exec/c/ \
n/-ok/c/ n/-cpio/f/ n/-ncpio/f/ n/-newer/f/ \
c/-/"(fstype name perm prune type user nouser \
group nogroup size inum atime mtime ctime exec \
ok print ls cpio ncpio newer xdev depth)"/ \
n/*/d/
complete kill c/-/S/ c/%/j/
complete -%* c/%/j/ # fill in the jobs builtin
complete fg c/%/j/
complete bg c/%/j/
complete stop c/%/j/
complete limit c/-/"(h)"/ n/*/l/
complete unlimit c/-/"(h)"/ n/*/l/
complete -co* p/0/"(compress)"/ # make compress completion
# not ambiguous
complete zcat n/*/f:*.Z/
complete nm n/*/f:^*.{h,C,c,cc}/
complete finger c/*@/\$hosts/ p/1/u/@
complete ping p/1/\$hosts/
complete traceroute p/1/\$hosts/
complete talk p/1/'`users | tr " " "\012" | uniq`'/ \
n/*/\`who\ \|\ grep\ \$:1\ \|\ awk\ \'\{\ print\ \$2\ \}\'\`/
if ( -f $HOME/.netrc ) then
complete ftp p@1@\`cat\ $HOME/.netrc\ \|\ \ awk\ \'\{\ print\ \$2\ \}\'\`@
else
set ftphosts=(ftp.uu.net prep.ai.mit.edu export.lcs.mit.edu \
labrea.stanford.edu sumex-aim.stanford.edu \
tut.cis.ohio-state.edu)
complete ftp n/*/\$ftphosts/
endif
complete rcp c/*:/f/ C@[./]*@f@ n/*/\$hosts/:
complete dd c/if=/f/ c/of=/f/ \
c/conv=*,/"(ascii ebcdic ibm block unblock \
lcase ucase swap noerror sync)"/,\
c/conv=/"(ascii ebcdic ibm block unblock \
lcase ucase swap noerror sync)"/,\
c/*=/x:'<number>'/ \
n/*/"(if of conv ibs obs bs cbs files skip file seek count)"/=
complete emacs c/-/"(batch d f funcall i insert kill l load \
no-init-file q t u user)"/ c/+/x:'<line_number>'/ \
n/-d/x:'<display>'/ n/-f/x:'<lisp_function>'/ n/-i/f/ \
n/-l/f:*.{el,elc}/ n/-t/x:'<terminal>'/ n/-u/u/ \
n/*/f:^*[\#~]/
complete mail c/-/"(e i f n s u v)"/ c/*@/\$hosts/ \
n/-s/x:'<subject>'/ n/-u/u/ \
c@+@p:$HOME/Mail@ n/-f/f/ n/*/u/
complete nslookup p/1/x:'<host>'/ p/2/\$hosts/
complete ar c/[dmpqrtx]/"(c l o u v a b i)"/ p/1/"(d m p q r t x)"// \
p/2/f:*.a/ p/*/f:*.o/
complete {refile,sprev,snext,scan,pick,rmm,inc,folder,show} \
c@+@p:$HOME/Mail/@
# More completions from waz@quahog.nusc.navy.mil (Tom Warzeka)
complete users p/1/x:'<accounting_file>'/
complete who p/1/x:'<accounting_file>'/ n/am/"(i)"/ n/are/"(you)"/
complete ps c/-t/x:'<tty>'/ c/-/"(a c C e g k l S t u v w x)"/ \
n/-k/x:'<kernel>'/ N/-k/x:'<core_file>'/ n/*/x:'<PID>'/
complete chgrp c/-/"(f R)"/ n/-*/x:'<group>'/ p/1/x:'<group>'/ n/*/f/
complete chown c/-/"(f R)"/ n/-*/u/ p/1/u/ n/*/f/
complete cat c/-/"(b e n s t u v)"/ n/*/f/
complete mv c/-/"(f i)"/ n/-*/f/ N/-*/d/ p/1/f/ p/2/d/ n/*/f/
complete cp c/-/"(i p r)"/ n/-*r*/d/ n/-*/f/ N/-*/d/ \
p/1/f/ p/2/d/ n/*/f/
complete ln c/-/"(f s)"/ n/-*/f/ N/-*/x:'<link_name>'/ \
p/1/f/ p/2/x:'<link_name>'/
complete tar c/-[cru]*/"(b B C f F FF h i l m o p v w)"/ \
c/-[tx]*/"( B C f F FF h i l m o p v w)"/ \
p/1/"(-c -r -t -u -x c r t u x)"/ \
c/-/"(b B C f F FF h i l m o p v w)"/ \
n/-c*f/x:'<new_tar_file or "-">'/ n/-*f/f:*.tar/ \
n/-[cru]*b/x:'<block_size>'/ n/-b/x:'<block_size>'/ \
n/-C/d/ N/-C/x:'<file or ".">'/ n/*/f/
complete compress c/-/"(c f v b)"/ n/-b/x:'<max_bits>'/ n/*/f:^*.Z/
complete uncompress c/-/"(c f v)"/ n/*/f:*.Z/
complete man n@1@p:/usr/man/man1@ n@2@p:/usr/man/man2@ \
n@3@p:/usr/man/man3@ n@4@p:/usr/man/man4@ \
n@5@p:/usr/man/man5@ n@6@p:/usr/man/man6@ \
n@7@p:/usr/man/man7@ n@8@p:/usr/man/man8@ \
n@0@p:/usr/man/man0@ n@9@p:/usr/man/man9@ \
n@new@p:/usr/man/mann@ n@old@p:/usr/man/mano@ \
n@local@p:/usr/man/manl@ n@public@p:/usr/man/manp@ \
c/-/"(- f k P s t)"/ n/-f/c/ n/-k/x:'<keyword>'/ n/-P/d/ n/*/c/
unset noglob
unset complete
endif